home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: Greatest Hits 1996 / Amiga Games: Greatest Hits 1996.iso / archive / userbox / publicdomain / frexxed.lha / frexxed / fpl / GetRefs.FPL.README < prev    next >
Text File  |  1996-03-27  |  2KB  |  56 lines

  1. #############################################################################
  2. File: GetRefs.FPL
  3. Author: Roger Mårtensson
  4. Email: 2:205/418.3
  5. Short: FPL translation program for the DME autorefs format.
  6. Version: 1.0
  7. Date: 10.8.95
  8. Local settings:
  9. Global settings:
  10. Keysequence: CTRL ] and ALT ]
  11. Type: Function
  12. Prereq: autorefs program by Matt Dillon
  13. Copyright: Public Domain
  14. #############################################################################
  15.  
  16. FUNCTION
  17.  
  18. Before I found FrexxEd I used DME as my main programming tool, and one thing
  19. that I have missed is the ability to search the autodocs using the inbuilt
  20. help function. (CTRL ])
  21.  
  22. To uses this 'search' function you need the autorefs program(Should follow
  23. the DME or DICE package) and a couple of correctly formated autodocs. This
  24. program uses one hardcoded thing; Every function description should end
  25. with a ^L(0x0C). Even the last function in the autodoc.
  26.  
  27. Two keys is assign and that is CTRL-] and ALT-]. The CTRL-] is the same
  28. keysequence as in the standard configuration of DME. ALT-] pops up a
  29. string requester where you enter the function to search for. They are
  30. also available via the search menu.
  31.  
  32. There is also a PrefsWindow available in the Customizing->Program->Manual.
  33. Here you can set which path to use(manual_path) and what the name of
  34. reference file is(manual_file).
  35.  
  36. There is also possible to store the functiondescriptions in a temp 
  37. directory, which enable faster access the next time.
  38.  
  39. HISTORY
  40.  
  41.     1.0    First release
  42.     1.1 Inserted a new function. Functions now available via the 
  43.         menu. It's also possible to use a tempdirectory to store
  44.         the functiondescriptions.
  45.  
  46. BUGS
  47.  
  48.     None found
  49.  
  50. TODO
  51.  
  52.     I have no idea
  53.  
  54. SEE ALSO
  55.     DME and AutoRefs
  56.